Skip to main content
POST
/
qualification-records
/
archive
[beta] Archive a qualification record.
curl --request POST \
  --url https://api.samsara.com/qualification-records/archive \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "9814a1fa-f0c6-408b-bf85-51dc3bc71ac7"
}
'
This response has no body data.

Documentation Index

Fetch the complete documentation index at: https://samsara-showcase.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Qualification record ID to archive.

id
string
required

ID of the qualification record to archive.

Example:

"9814a1fa-f0c6-408b-bf85-51dc3bc71ac7"

Response